'Declaration
Public Overloads Sub Subscribe( _ ByVal active As Boolean, _ ByVal mappings As IEnumerable(Of IDAClientMapping) _ )
'Usage
Dim instance As DAClientMapper Dim active As Boolean Dim mappings As IEnumerable(Of IDAClientMapping) instance.Subscribe(active, mappings)
public void Subscribe( bool active, IEnumerable<IDAClientMapping> mappings )
public: void Subscribe( bool active, IEnumerable<IDAClientMapping^>^ mappings )
Parameters
- active
true
to subscribe;false
to unsubscribe.- mappings
- The mappings to be operated upon.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).